/*
	Theme Name: Azimuth 
	Theme URI: https://modd.farm
	Description: This is a custom wordpress theme developed for Azimuth Spatial Electroacoustic Music Foundation.
	Version: 0.0.1
	Author: m▨dd (@modd)
	Author URI: https://modd.farm
	Tags:

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/* scrollbar */

body::-webkit-scrollbar {
    width: 2px;
}
 
body::-webkit-scrollbar-track {
	background-color: black;
}
 
body::-webkit-scrollbar-thumb {
	background-color: white;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit!important;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

input.button{
	border-radius: 4px;
	font-weight: 900;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
     
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
  
}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('https://www.azimuthfoundation.net/wp-content/themes/Azimuth%20-%20Spatial%20Electroacoustic%20Music/fonts/font-name.eot');
	src:url('https://www.azimuthfoundation.net/wp-content/themes/Azimuth%20-%20Spatial%20Electroacoustic%20Music/fonts/font-name.eot#iefix') format('embedded-opentype'),
		url('https://www.azimuthfoundation.net/wp-content/themes/Azimuth%20-%20Spatial%20Electroacoustic%20Music/fonts/font-name.woff') format('woff'),
		url('https://www.azimuthfoundation.net/wp-content/themes/Azimuth%20-%20Spatial%20Electroacoustic%20Music/fonts/font-name.ttf') format('truetype'),
		url('https://www.azimuthfoundation.net/wp-content/themes/Azimuth%20-%20Spatial%20Electroacoustic%20Music/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.nav_nemu_modd{
   position: relative;
  
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: #fff!important;
  color: #000!important;
  box-shadow: none!important;
  background-image: none!important;
}


.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: table-cell;
}

.sidebar{
    float: left;
    max-width: 250px;
    height: 100%;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
        min-width: 200px;
    }
}



/* IMPORTED FROM STATIC WEBSITE SETUP */

html{
    font-family:"Muli",Sans!important;
    background-color: black;
}
a{
  color:black!important;
  text-decoration: none!important;
  outline: none!important;
}
body{
  font-family: Muli!important;
  background-color: white!important;
}
h3{
  font-weight: normal;
}
/* CUSTOM CLASSES */

/* TOP-BAR & INNERs */
.top-bar{
  position: fixed;
  background-color: white;
  z-index: +9999;
  width: 100%!important;
  top:0px;
  left:0px;
  right: 0px;
  height: 53px;
}
.top-logo{
  width: 120px;
  margin:15px;
  z-index: +999999999999;
}
.left-top{
  margin-left:0px;
  padding:0px;
  /*background-color:;*/
  display: inline-block;
}
.headline{
  margin-top: 20px;
  font-size: small!important;
  margin-left: 25px!important;
  padding:0px!important;
  margin-bottom:0px!important;
  float: right!important;
}
.menu{
  float: right;
  margin-top: 18px!important;
  font-size: small!important;
  /*background-color:;*/
}
.menu-link{
  margin-right: 20px;
}
.thisNow{
  text-decoration: underline!important;
}
.small-text{
  font-size: small;
}

/* start Horizontal scroll gallery layout */

.container{
	overflow-y: hidden;
	overflow-x: scroll;
}
div.wrapper{
	display: inline-flex;
	position: absolute;
	top: 52px;
	bottom: 0px;
        overflow-y: hidden;
        width: 100%;
	/*left: 40%;*/
}
div.item{
	position: relative;
	top: 0px;
	bottom: 0px;
}
img.item-image{
	width: auto!important;
	height: 100%;
  max-height: 100%;
  max-width: initial;
	margin-right: 20px;
}
/* end Horizontal scroll gallery layout */


/* start CLICK-DROPDOWN GALLERY MENU */
button.menu-link.dropbtn{
  font-family: Muli;
  outline: none!important;
  font-size: small!important;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.edition-number{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 999;
}

div.dropdown-content a strong{
  background-color: #f1f1f1!important;
  padding: 2px;
}
.dropbtn {
  font-size: small;
    border: none;
    cursor: pointer;
    background: transparent;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #f1f1f1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 55px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
/* end CLICK-DROPDOWN GALLERY MENU*/

/* UTILITY */

.center-align{
  text-align:center;
}
.left-align{
  text-align: left;
}
.right-align{
  text-align: right;
}
.justify{
  text-align: justify!important;
}
.hide-on-desktop{
  display: none;
}
.hide{
  display: none;
}
.margin-top-1{
  margin-top: 40px!important;
}
.margin-2{
  margin:10px;
}

/* Footer */
.footer-wrap{
  text-align: center;
  position: relative;
  bottom:0px;
  margin:auto!important;
  margin-top: 30px!important;
  width: auto;
  height: 110px;
  padding:10px;
  background-color: black!important;
}
.footer{
  color: white;
  font-size: x-small;
}
.footer-logo{
  text-align: center!important;
  margin: auto!important;
  width: 40px;
}
.copyrights-list{
  padding-top: 40px;
  list-style: none;
  margin:auto!important;
  width: 200px;
}
.copyright{
  font-size: x-small;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* FOOTER_SOCIAL */

.social{
  text-align: left;
  position: absolute;
  width: auto!important;
  left:20px;
  top: 20px;
}
.social a{
  padding-top: 20px;
  color: white!important;
}
.more-features{
  font-size: medium!important;
  float: right;
  margin-right: 20px;
}
.more-features a{
  color: white!important;
}
.copyrights-list{
  padding-top: 30px;
  list-style: none;
  margin:auto!important;
  width: 250px;
}
.copyright{
  margin-top: 10px;
}
div.fb{
  display: inline-block;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
  text-align:center;
}

div.fb:hover {
  background-color:#3b5998;
  color:white;
}

div.googlePlus{
  display: inline-block;
  text-align: center;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  padding-right: 10px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
}

div.googlePlus:hover{
  background-color: #D44639;
  color:white;
}
div.linkedIn{
  display: inline-block;
  text-align: center;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
}
div.linkedIn img{
  width: 15px;
}
div.linkedIn:hover{
  background-color: #2986C2;
  color:white;
}




@media screen and (max-width: 950px) {


}


@media screen and (max-width: 700px) {

/* TOP-BAR */
.counter-top-bar{
  height:40px;
}
.top-bar{
  top:0px;
  left:0px;
  position: fixed;
  height: auto;
  width: 100%;
  background-color: white;
  z-index: +999999999999;
  text-align:center;
  display: inline;
}
.top-logo{
  width: 150px;
  margin:auto;
  margin-right:2px;
  margin-left:0px!important;
  padding-top:18px!important;
  left:0px ;
  right:0px;
  z-index: +999999999999;
}
.menu{
  margin-top: 0px!important;
  margin: auto;
  margin-bottom:13px;
  width:100%;
}
.menu-link{
  font-size: 9pt;
  margin-right: 0px;
}

.headline{
    display: none;
}

/* Footer */
.footer-wrap{
  position: relative;
  bottom:0px;
  margin:auto!important;
  margin-top: 30px!important;
  width: auto;
  height: 110px;
  padding:10px;
  background-color: black!important;
}

.footer{
  width: 100%;
  overflow: hidden;
}
.social{
  left: 0px;
  margin:auto!important;
  position: relative!important;
  text-align: center;
}

.footer-logo{
  padding-top: 30px;
}
.copyrights-list{
  padding-top: 30px;
  list-style: none;
  margin:auto!important;
  text-align: center!important;
  width: 250px;
}
.copyright{
  margin-top: 10px;
}

button.menu-link.dropbtn{
  font-family: Muli;
  outline: none!important;
  font-size: 9pt!important;
}

/* UTILITY */

.left_to_center_align{
  text-align:center;
}
.hide-on-mobiles{
  display:none;
}
.in-between{
  margin-top:30px!important;
}
.container12{
  margin-top:30px!important;
}
  }

/* CUSTOM CSS NOW EMBEDDED - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.hide{
	display: none!important;
}
html{
    font-family:"Muli",Sans!important;
    background-color: black;
}
a{
  color:black!important;
  text-decoration: none!important;
  outline: none!important;
}
body{
  font-family: Muli!important;
  background-color: white!important;
}
h3{
  font-weight: normal;
}
/* CUSTOM CLASSES */

/* TOP-BAR & INNERs */
.top-bar{
  position: fixed;
  background-color: white;
  z-index: +9999;
  width: 100%!important;
  top:0px;
  left:0px;
  right: 0px;
  height: 53px;
}
.top-logo{
  width: 120px;
  margin:15px;
  z-index: +999999999999;
}
.left-top{
  margin-left:0px;
  padding:0px;
  display: inline-block;
}
.headline{
  margin-top: 20px;
  font-size: small!important;
  margin-left: 25px!important;
  padding:0px!important;
  margin-bottom:0px!important;
  float: right!important;
}
.menu{
  float: right;
  margin-top: 18px!important;
  font-size: small!important;
}
.menu-link{
  margin-right: 20px;
}
.thisNow{
  text-decoration: underline!important;
}
.small-text{
  font-size: small;
}
.current-menu-item,.current_page_item{
  text-decoration: underline!important;
}

/* start Horizontal scroll gallery layout */

.container{
	overflow-y: hidden;
	overflow-x: scroll;
}
div.wrapper{
	display: inline-flex;
	position: absolute;
	top: 52px;
	bottom: 0px;
  overflow-y: hidden;
  width: 100%;
}
div.item{
	position: relative;
	top: 0px;
	bottom: 0px;
}
img.item-image{
	width: auto!important;
	height: 100%;
  max-height: 100%;
  max-width: initial;
	margin-right: 20px;
}
/* end Horizontal scroll gallery layout */

/* start CLICK-DROPDOWN GALLERY MENU */
button.menu-link.dropbtn{
  font-family: Muli;
  outline: none!important;
  font-size: small!important;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.edition-number{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 999;
}

div.dropdown-content a strong{
  background-color: #f1f1f1!important;
  padding: 2px;
}
.dropbtn {
  font-size: small;
    border: none;
    cursor: pointer;
    background: transparent;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #f1f1f1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 55px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
/* end CLICK-DROPDOWN GALLERY MENU*/

/* UTILITY */

.center-align{
  text-align:center;
}
.left-align{
  text-align: left;
}
.right-align{
  text-align: right;
}
.justify{
  text-align: justify!important;
}
.hide-on-desktop{
  display: none;
}
.hide{
  display: none;
}
.margin-top-1{
  margin-top: 40px!important;
}
.margin-2{
  margin:10px;
}

/* FOOTER */
.footer-wrap{
  text-align: center;
  position: relative;
  bottom:0px;
  margin:auto!important;
  /*margin-top: 30px!important;*/
  width: auto;
	height: auto!important;
  /*height: 110px;*/
  padding:10px;
  background-color: black!important;
}
.footer{
  color: white;
  font-size: x-small;
}
.footer-logo{
  text-align: center!important;
  margin: auto!important;
  width: 40px;
}
.copyrights-list{
  padding-top: 40px;
  list-style: none;
  margin:auto!important;
  width: 200px;
}
.copyright{
  font-size: x-small;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* FOOTER_SOCIAL */

.social{
  text-align: left;
  position: absolute;
  width: auto!important;
  left:20px;
  top: 20px;
}
.social a{
  padding-top: 20px;
  color: white!important;
}
.more-features{
  font-size: medium!important;
  float: right;
  margin-right: 20px;
}
.more-features a{
  color: white!important;
}
div.fb{
  display: inline-block;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
  text-align:center;
}

div.fb:hover {
  background-color:#3b5998;
  color:white;
}

div.googlePlus{
  display: inline-block;
  text-align: center;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  padding-right: 10px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
}

div.googlePlus:hover{
  background-color: #D44639;
  color:white;
}
div.linkedIn{
  display: inline-block;
  text-align: center;
  width: 20px!important;
  font-size: 12pt;
  font-weight: 200;
  padding: 5px;
  background: white;
  color:black;
  -webkit-transition: background 1.5s, color 1.5s; /* Safari */
  transition:background 1.5s, color 1.5s ease;
}
div.linkedIn img{
  width: 15px;
}
div.linkedIn:hover{
  background-color: #2986C2;
  color:white;
}

/* FOOTER MODD CREDITS */

.modd-credits{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.modd-credits a{
	color: white!important;
}

@media screen and (min-width: 767px) {
    .hideOnMobiles{
    display: inherit!important;
  }
    .hideOnDesktop{
    display: none!important;
  }
}

@media screen and (max-width: 767px) {
  .hideOnMobiles{
    display: none!important;
  }
    .hideOnDesktop{
    display: inherit!important;
  }
  .about-azimuth{
      font-size: medium!important;
  }
  .about-member{
      font-size: medium!important;
      text-align: left;
  }
  .member-name{
      font-size: medium!important;
  }
  .member-role{
      font-size: small!important;
      margin-top: 0px;
  }
}

@media screen and (max-width: 700px) {

  /* TOP-BAR */
  .counter-top-bar{
    height:40px;
  }
  .top-bar{
    top:0px;
    left:0px;
    position: fixed;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: +999999999999;
    text-align:center;
    display: inline;
  }
  .top-logo{
    width: 150px;
    margin:auto;
    margin-right:2px;
    margin-left:0px!important;
    padding-top:18px!important;
    left:0px ;
    right:0px;
    z-index: +999999999999;
  }
  .menu{
    margin-top: 0px!important;
    margin: auto;
    margin-bottom:13px;
    width:100%;
  }
  .menu-link{
    font-size: 9pt;
    margin-right: 0px;
  }

  .headline{
      display: none;
  }

  /* Footer */
  .footer-wrap{
    position: relative;
    bottom:0px;
    margin:auto!important;
    /*margin-top: 30px!important;*/
    width: auto;
    /*height: 110px;*/
    padding:10px;
    background-color: black!important;
  }

  .footer{
    width: 100%;
    overflow: hidden;
  }
  .social{
    left: 0px;
    margin:auto!important;
    position: relative!important;
    text-align: center;
  }

  .footer-logo{
    padding-top: 30px;
  }
  .copyrights-list{
    padding-top: 30px;
    list-style: none;
    margin:auto!important;
    text-align: center!important;
    width: 250px;
  }
  .copyright{
    margin-top: 10px;
  }
  button.menu-link.dropbtn{
    font-family: Muli;
    font-size: 9pt!important;
  }
  button.menu-link.dropbtn:focus{
	outline: none!important;
  }
  /* UTILITY */

  .left_to_center_align{
    text-align:center;
  }
  .hide-on-mobiles{
    display:none;
  }
  .in-between{
    margin-top:30px!important;
  }
  .container12{
    margin-top:30px!important;
  }
}